home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -seriously_amiga- / misc / mrcookie / mrcookie.readme < prev    next >
Text File  |  1998-11-25  |  4KB  |  140 lines

  1. short: Fully Functional FORTUNE Flinger! (v1.0)
  2. author: lairfight@softhome.net
  3. uploader: lairfight@softhome.net
  4. type: text/misc
  5.  
  6.  
  7.       MrCookie v1.0 - Never hit a man with glasses; hit him with your fist!
  8.  
  9.  
  10.             Programmed by Linus Akesson, aka. !LAiRFiGHT! of fLATLiNE
  11.  
  12.  
  13.                           http://fly.to/linus.world
  14.  
  15.  
  16.  
  17. How do I operate this thing?
  18. ============================
  19.  
  20. Well, try it out from Shell. Then you might start experimenting with scripts and
  21. the c:join command, but try it manually first.
  22.  
  23. TEMPLATE: MrCookie SOURCE/M,MAX=MAXLINES/K/N,MIN=MINLINES/K/N,MW=MAXWIDTH/K/N,
  24.                    TOP=TOPLINE/S,NOAD/S,CENTER/K/N,PEN=TEXTPEN/K/N,
  25.                    BPEN=BORDERPEN/K/N,CLS=CLEAR/S,INFO/K,SEL=SELECT/K/N,
  26.                    HEADER/K,FOOTER/K,PROMPT/K,WIN=WINDOW/S,SCREEN/K,
  27.                    LEFT=LEFTEDGE/K/N,TOP=TOPEDGE/K/N
  28.  
  29.  
  30. Source: This is the file where MrCookie looks for its fortune cookies. It has
  31.         the format:
  32.  
  33.         fortune cookie #1
  34.         %%
  35.         fortune cookie #2
  36.         %%
  37.         fortune
  38.         cookie
  39.         #3
  40.         %%
  41.  
  42.         etc., the file ends with %% followed by a linefeed. Please have a
  43.         look at the included example file.
  44.  
  45.         You may specify any number of files here.
  46.  
  47.  
  48. Max:    Determines how many lines MrCookie will accept for one cookie. If the
  49.         randomly cookie is longer, another one is selected. If that one
  50.         doesn't fit, another one is selected and so on. (You can break
  51.         MrCookie with Ctrl-C.) Default is no limitation.
  52.  
  53.  
  54. Min:    Determines how many lines a fortune cookie at least must have.
  55.  
  56.  
  57. Mw:     Determines how many characters wide a fortune cookie can be. MrCookie
  58.         will keep selecting new cookies until one is found that fits the limit.
  59.  
  60.  
  61. Top:    Flag, this will display a line of "-"s aboce the fortune cookie. This
  62.         line will, just as the optional ad at the bottom of the cookie, adapt
  63.         its size according to the cookie being displayed.
  64.  
  65.  
  66. NoAd:   Don't display my little advertisement at the bottom. Now let's quote
  67.         the intuition autodocs a bit: Please use this flag thoughtfully and
  68.         carefully.
  69.  
  70.  
  71. Center: Note that this isn't a flag, it expect a numeric value describing how
  72.         many columns wide your display is. In my shell-startup, for example, I
  73.         have "CENTER 106" in the MrCookie command line.
  74.  
  75.  
  76. Pen:    What pen to use when rendering the text. This must be 0-7, since
  77.         we're talking ANSI codes.
  78.  
  79.  
  80. BPen:   Borderpen, the pen used for the Top and Ad lines.
  81.  
  82.  
  83. Cls:    Insert a clear screen character at the beginning.
  84.  
  85.  
  86. Info:   Using this attribute you can change the appearance of the top line of
  87.         "-"s (if you selected one, please read under "Top".). You can add
  88.         your own text here, which will be displayed in the top line and then
  89.         padded with "-"s. HOWEVER! The number of the current fortune cookie
  90.         is automatically inserted at the end of this string. You should use
  91.         the Header option to create your own headers.
  92.  
  93.         A good example of the usage of this attribute is:
  94.         INFO "Fortune cookie #"
  95.  
  96.  
  97. Sel:    Select a certain fortune cookie by number. Perhaps someone has some use
  98.         for this...
  99.  
  100.  
  101. Header: Type this file before displaying the cookie.
  102.  
  103.  
  104. Footer: Type this file after displaying the cookie.
  105.  
  106.  
  107. Prompt: Go into interactive mode. After displaying the cookie, the prompt you
  108.         specify will be displayed, and if the you press enter a new cookie
  109.         will be displayed. You can also enter "q" to quit.
  110.  
  111.  
  112. Win:    Lame window mode. Not buggy, just lame.
  113.  
  114.  
  115. Screen: Public screen to open the window on, if you by chance should be using
  116.         the win option.
  117.  
  118.  
  119. Left:   Set window x position. (Only with Win option.)
  120.  
  121.  
  122. Right:  Set window y position. (Only with Win option.)
  123.  
  124.  
  125.  
  126. I wanna know moooooooooore!
  127. ===========================
  128.  
  129. This program is freeware. I probably won't update it very much, as it works
  130. well. I've been using it for years now.
  131.  
  132. The program generates a file called <cookiefile>.map. This file is used to
  133. speed up loading; it contains offsets to all the fortune cookies in the
  134. cookie file. If the size of the cookie file changes, MrCookie will regenerate
  135. the map file. However, if you edit the cookie file and accidentally end up
  136. with exactly the same size as you had before, you'd get some weird output
  137. from the program. If this happens, just delete the .map file.
  138.  
  139. Please gimme a mail at lairfight@softhome.net!
  140.